home *** CD-ROM | disk | FTP | other *** search
- # @(#)flavormap.properties 1.7 00/10/04
- #
- # This properties file is used to initialize the default
- # java.awt.datatransfer.SystemFlavorMap. It contains the Win32 platform-
- # specific, default mappings between common Win32 Clipboard atoms and
- # platform-independent MIME type strings.
- #
- # It is required that there is 1-to-1 (inverse) mapping between platform
- # targets and MIME strings.
- #
- # These default mappings may be augmented by specifying the
- #
- # AWT.DnD.flavorMapFileURL
- #
- # property in the appropriate awt.properties file. The specified properties
- # URL will be loaded into the SystemFlavorMap.
- #
- # No charsets are specified for "TEXT" and for "Rich Text Format" because
- # those natives are expressed in the default charset which varies depending
- # the current ANSI code-page for the system.
-
- TEXT=text/plain;class=java.io.InputStream
- UNICODE\ TEXT=text/plain;charset=utf-16le;class=java.io.InputStream
- HTML\ Format=text/html;charset=utf-8;class=java.io.InputStream
- Rich\ Text\ Format=text/enriched;class=java.io.InputStream
- HDROP=application/x-java-file-list;class=java.util.List
-